From: Richard M. Stallman Date: Sun, 21 Apr 1996 05:54:18 +0000 (+0000) Subject: [motif]: Make f10 undefined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84012 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9541a441a44516d94f8a7bb6496bcd89b99eb7aa;p=emacs.git [motif]: Make f10 undefined. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index f9c78f5af01..b5f35c2de88 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -701,4 +701,8 @@ This is in addition to the primary selection.") ;; Don't show the frame name; that's redundant with X. (setq-default mode-line-buffer-identification '("Emacs: %12b")) +;; Motif normally handles f10 itself, so don't try to handle it a second time. +(if (featurep 'motif) + (global-set-key [f10] 'ignore)) + ;;; x-win.el ends here